home *** CD-ROM | disk | FTP | other *** search
/ Champak 114 / Vol 114.iso / games / ophel001.swf / scripts / DefineButton2_3185 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2010-08-12  |  117 b   |  9 lines

  1. on(release){
  2.    stopAllSounds();
  3.    tellTarget(_root)
  4.    {
  5.       gotoAndStop("Depart");
  6.       play();
  7.    }
  8. }
  9.